home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Mac Interactif 42
/
Univers Mac Interactif - Issue 42.iso
/
>interactif
/
Démos Voyager
/
GOULD.DIR
/
00063_Script_63
< prev
next >
Wrap
Text File
|
1994-11-09
|
735b
|
46 lines
on enterframe
cursor 200
end
on waitQT chan
if the movieRate of sprite chan = 1 then go to the frame
end
on waitSound chan
if soundbusy(chan) = 1 then go to the frame
end
on myWait theTicks
set myTicks = theTicks + the ticks
repeat while (myTicks >= the ticks)
end repeat
end
on startmovie
--set the stagecolor to 255
unloadcast
cursor 200
end
on QTvolume chan, theLevel
set the volume of sprite chan to theLevel
end
on waiting theTicks
--must be preceded by startTimer
repeat while theTicks >= the timer
updateStage
end repeat
end
on KeyDown
global autoplaying
put 0 into autoplaying
sound stop 1
sound stop 2
unloadcast
play done
end